home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global comp
- if not comp then
- exit
- end if
- set ONE to the castNum of sprite 48
- if the controller of cast ONE = 1 then
- set the controller of cast ONE to 0
- else
- if the controller of cast ONE = 0 then
- set the controller of cast ONE to 1
- end if
- end if
- end
-